TFOOT | NN n/a IE 4 DOM 1 | ||
The TFOOT object reflects the TFOOT element. Note that the following items are not available in the Macintosh version of Internet Explorer 4: innerHTML, innerText, and outerText properties; insertAdjacentHTML( ) and insertAdjacentText( ) methods; the rows[] collection. | |||
HTML Equivalent<TFOOT> | |||
Object Model Reference
|
align | NN n/a IE 4 DOM n/a | ||
Read/Write | |||
Defines the horizontal alignment of content within all cells contained by the TFOOT element. | |||
Exampledocument.all.myTFOOT.align = "center" | |||
Value Any of the three horizontal alignment constants: center | left | right. | |||
|
bgColor | NN n/a IE 4 DOM n/a | ||
Read/Write | |||
Background color of the cells contained by the TFOOT element. This color setting is not reflected in the style sheet backgroundColor property in Internet Explorer. Even if the BGCOLOR attribute or bgColor property is set with a plain-language color name, the returned value is always a hexadecimal triplet. | |||
Exampledocument.all.myTFOOT.bgColor = "yellow" | |||
Value A hexadecimal triplet or plain-language color name. See | |||
|
vAlign | NN n/a IE 4 DOM 1 | ||
Read/Write | |||
The manner of vertical alignment of text within the cells contained by the TFOOT element. | |||
Exampledocument.all.myTFOOT.vAlign = "baseline" | |||
Value Case-insensitive constant (as a string): baseline | bottom | middle | top. | |||
|
rows[ ] | NN n/a IE 4 DOM n/a |
An array of all rows contained by the TFOOT element. | |
Syntaxdocument.all.myTFOOT.rows(i).objectPropertyOrMethod
|